home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 March / GSSH0304CD5.iso / Treiber / Sound / Terratec / Dmx6 / DMX6fire2496_App_Drv_WDM_5.40.exe / WDM Driver Version 5.40 / DMX6Fire.inf < prev    next >
Windows Setup INFormation  |  2003-08-22  |  17KB  |  489 lines

  1. ;===============================================================
  2. ; TerraTec DMX 6fire 24/96
  3. ; Driver Install Script for WDM 
  4. ;---------------------------------------------------------------
  5. ; Copyright: (c) 2001, TerraTec Electronic GmbH
  6. ;
  7. ; History:
  8. ;    09-Jul-2003 (CL)  - Added Sensaura-Filter install
  9. ;    26-Apr-2002 (CL)  - Renamed Driver -> dmx6fire.sys
  10. ;   05-Feb-2002 (CL)  - Renamed MWPC - Midi devices
  11. ;   21-Oct-2001 (FMB) - Initial version
  12. ;===============================================================
  13.  
  14.  
  15. [Version]
  16. Signature=$CHICAGO$
  17. Class=MEDIA
  18. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  19. Provider=%Provider%
  20. ;;The following line is used only when the INF comes with the Windows system
  21. ;;IHV needs to comment out the following line for their OEM redistributed disk.
  22. ;;LayoutFile=layout.inf, layout1.inf, layout2.inf
  23.  
  24. DriverVer =08/11/2003,5.40.3.130
  25.  
  26.  
  27. [DestinationDirs]
  28. EWS.SystemCopyList=10,system32\drivers
  29. EWS_NTSYS.DelFiles=10,system32\drivers
  30. EWS_NTDLL.DelFiles=10,system32
  31. EWS_ASIO.DelFiles=10
  32. sensaura.CopyList=10,system
  33. ASIO.CopyList=11
  34. Audio3D.CopyList=11
  35. EWS_VXD.DelFiles=11
  36. CoInstaller_CopyFiles=11
  37. ; C.L. very strange behaviour when we set DefaultDestDir=10 (Sensaura doesn't work)
  38. DefaultDestDir=12
  39.  
  40. [Manufacturer]
  41. %Manufacturer%=TerraTec
  42.  
  43. [TerraTec]
  44. %DeviceName_TTP7%=TTP7.Device,PCI\VEN_1412&DEV_1712&SUBSYS_1138153B
  45.  
  46. ;%DeviceName_TTP7%=TTP7.Device,PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02
  47. ;FMB TEST: allow 88MT to load this driver
  48. ;%DeviceName_TTP7%=TTP7.Device,PCI\VEN_1412&DEV_1712&SUBSYS_1115153B
  49.  
  50.  
  51.  
  52. ;=============================================================================
  53. ;    Windows 9x & ME Install
  54. ;=============================================================================
  55.  
  56. [TTP7.Device]
  57. AlsoInstall=ks.registration(ks.inf),wdmaudio.registration(wdmaudio.inf)
  58. CopyFiles=EWS.SystemCopyList, ASIO.CopyList,Audio3D.CopyList,sensaura.CopyList
  59. DelFiles=EWS_NTSYS.DelFiles,EWS_NTDLL.DelFiles,EWS_VXD.DelFiles,EWS_ASIO.DelFiles
  60. AddReg=TTP7.AddReg, TTP7.ASIO.AddReg,Audio3D.AddReg, guids.AddReg, SensauraConfiguration.AddReg
  61. DelReg=TTP7.ASIO.DelReg
  62.  
  63. [TTP7.Device.HW]
  64. AddReg=Sensaura.AddReg
  65.  
  66. ;-------------------------------------------------------------------------------
  67.  
  68.  
  69. [TTP7.Device.Interfaces]
  70. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  71. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  72. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  73.  
  74. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  75. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  76. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  77.  
  78. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  79. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  80. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  81.  
  82. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  83. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  84. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  85.  
  86. ; MIDI-2 only available on WaveTable or MWPC extension
  87. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  88. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  89. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  90.  
  91. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  92. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  93. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  94.  
  95. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_TopoMT%,TTP7.Interface.TopoMT
  96.  
  97.  
  98.  
  99.  
  100.  
  101. ;=============================================================================
  102. ;    Windows 2000 Install
  103. ;=============================================================================
  104.  
  105. [TTP7.Device.NT]
  106. Include=ks.inf, wdmaudio.inf
  107. Needs=KS.Registration, WDMAUDIO.Registration.NT
  108. CopyFiles=EWS.SystemCopyList, ASIO.CopyList,Audio3D.CopyList,sensaura.CopyList
  109. DelFiles=EWS_NTSYS.DelFiles,EWS_NTDLL.DelFiles,EWS_VXD.DelFiles,EWS_ASIO.DelFiles
  110. AddReg=TTP7.AddReg, TTP7.ASIO.AddReg,Audio3D.AddReg, guids.AddReg, SensauraConfiguration.AddReg
  111. DelReg=TTP7.ASIO.DelReg
  112.  
  113. [TTP7.Device.NT.HW]
  114. AddReg=Sensaura.AddReg.NT
  115.  
  116. [TTP7.Device.NT.Services]
  117. AddService = dmxfire, 0x00000002, dmx_Service_Inst
  118. AddService = dmxsens, 0x00000000, Sensaura_Service_Inst
  119.  
  120. ;-------------------------------------------------------------------------------
  121.  
  122.  
  123. [dmx_Service_Inst]
  124. DisplayName    = %dmxfire.SvcDesc%
  125. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  126. StartType      = 3                  ; SERVICE_SYSTEM_START
  127. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  128. ServiceBinary  = %10%\system32\drivers\dmx6fire.sys
  129.  
  130. [Sensaura_Service_Inst]
  131. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  132. StartType      = 3                  ; SERVICE_SYSTEM_START
  133. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  134. ServiceBinary  = %10%\system32\drivers\dmxsens.sys
  135.  
  136. ;-------------------------------------------------------------------------------
  137.  
  138. [TTP7.Device.NT.Interfaces]
  139. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  140. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  141. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  142.  
  143. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  144. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  145. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  146.  
  147. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  148. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  149. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  150.  
  151. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  152. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  153. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  154.  
  155. ; MIDI-2 only available on WaveTable or MWPC extension
  156. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  157. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  158. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  159.  
  160. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  161. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  162. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  163.  
  164. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_TopoMT%,TTP7.Interface.TopoMT
  165.  
  166.  
  167. ;=============================================================================
  168. ;    Coinstaller installation 
  169. ;=============================================================================
  170.  
  171. [TTP7.Device.NT.CoInstallers]
  172. AddReg=CoInstaller_AddReg
  173. CopyFiles=CoInstaller_CopyFiles
  174.  
  175. [CoInstaller_CopyFiles]
  176. CoInst.dll
  177.  
  178. [CoInstaller_AddReg]
  179. HKR,,CoInstallers32,0x00010000,"CoInst.dll,CoInstaller"
  180.  
  181.  
  182.  
  183. ;=============================================================================
  184. ;    TTP7 Interfaces 
  185. ;=============================================================================
  186.  
  187.  
  188. [TTP7.Interface.WaveAnalog]
  189. AddReg=TTP7.Interface.WaveAN.AddReg
  190.  
  191. [TTP7.Interface.SPDIF]
  192. AddReg=TTP7.Interface.SPDIF.AddReg
  193.  
  194. [TTP7.Interface.Midi1]
  195. AddReg=TTP7.Interface.Midi1.AddReg
  196.  
  197. [TTP7.Interface.Midi2]
  198. AddReg=TTP7.Interface.Midi2.AddReg
  199.  
  200. [TTP7.Interface.MWPC1]
  201. AddReg=TTP7.Interface.MWPC1.AddReg
  202.  
  203. [TTP7.Interface.MWPC2]
  204. AddReg=TTP7.Interface.MWPC2.AddReg
  205.  
  206. [TTP7.Interface.TopoMT]
  207. AddReg=TTP7.Interface.ToMT.AddReg
  208.  
  209.  
  210. ;---------------------------------------------------------
  211. ; Friendly Names for TTP7 devices
  212. ; Nasty, AddReg Section Name must not exceed xx Characters 
  213. ;---------------------------------------------------------
  214. [TTP7.Interface.WaveAN.AddReg]
  215. HKR,,FriendlyName,,"DMX 6fire Wave"
  216. HKR,,CLSID,,%Proxy.CLSID%
  217.  
  218. [TTP7.Interface.SPDIF.AddReg]
  219. HKR,,FriendlyName,,"DMX 6fire Wave S/PDIF"
  220. HKR,,CLSID,,%Proxy.CLSID%
  221.  
  222. [TTP7.Interface.Midi1.AddReg]
  223. HKR,,FriendlyName,,"DMX 6fire MIDI"
  224. HKR,,CLSID,,%Proxy.CLSID%
  225.  
  226. [TTP7.Interface.Midi2.AddReg]
  227. HKR,,FriendlyName,,"DMX 6Fire WaveTable"
  228. HKR,,CLSID,,%Proxy.CLSID%
  229.  
  230. [TTP7.Interface.MWPC1.AddReg]
  231. HKR,,FriendlyName,,"MWPC Midi-1"
  232. HKR,,CLSID,,%Proxy.CLSID%
  233.  
  234. [TTP7.Interface.MWPC2.AddReg]
  235. HKR,,FriendlyName,,"MWPC Midi-2"
  236. HKR,,CLSID,,%Proxy.CLSID%
  237.  
  238. [TTP7.Interface.ToMT.AddReg]
  239. HKR,,FriendlyName,,"DMX 6fire Virt. Mix"
  240. HKR,,CLSID,,%Proxy.CLSID%
  241.  
  242. ;=============================================================================
  243. ; AddReg
  244. ;=============================================================================
  245.  
  246. [TTP7.AddReg]
  247. HKR,,AssociatedFilters,,"wdmaud"
  248. HKR,,Driver,,dmx6fire.sys
  249. HKR,,NTMPDriver,,"dmx6fire.sys"
  250. HKR,Drivers,SubClasses,,"wave,midi,mixer"
  251.  
  252. HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
  253. HKR,Drivers\wave\wdmaud.drv,Description,,"DMX 6fire Wave"
  254.  
  255. HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
  256. HKR,Drivers\mixer\wdmaud.drv,Description,,"DMX 6fire Mixer"
  257.  
  258. HKR,Drivers\midi\wdmaud.drv,Driver,,wdmaud.drv
  259. HKR,Drivers\midi\wdmaud.drv,Description,,"DMX 6fire MIDI"
  260.  
  261. ;-------------------------------------------------------------------------------
  262. ;    Sensaura Filter
  263. ;-------------------------------------------------------------------------------
  264.  
  265. [Sensaura.AddReg]
  266. HKR,,UpperFilters,0x00010000,dmxsens.sys
  267.  
  268. [Sensaura.AddReg.NT]
  269. HKR,,UpperFilters,0x00010000,"dmxsens"
  270.  
  271. [SensauraConfiguration.AddReg]
  272. HKR,Sensaura\Configuration,RenderFactory,0,%KSNAME_WaveMT_12%
  273. HKR,Sensaura\Configuration,TopologyFactory,0,%KSNAME_TopoMT%
  274. HKR,Sensaura\Configuration,ForwardSpeakerConfiguration,0x00010001,1
  275. HKR,Sensaura\Configuration,IgnoreDSSpeakerConfiguration,0x00010001,0
  276.  
  277.  
  278.  
  279. ;-------------------------------------------------------------------------------
  280. ;    ASIO Install
  281. ;-------------------------------------------------------------------------------
  282. [TTP7.ASIO.AddReg]
  283. ;HKLM,SOFTWARE\ASIO\%ASIO_EWS88NAME%,"CLSID",,%ASIO_EWS88IID%
  284. HKLM,SOFTWARE\ASIO\%ASIO_TTP7NAME%,"CLSID",,%ASIO_TTP7IID%
  285. HKLM,SOFTWARE\ASIO\%ASIO_TTP7NAME%,"Description",,%ASIO_TTP7NAME%
  286. HKCR,CLSID\%ASIO_TTP7IID%,,,%ASIO_TTP7NAME%
  287. HKCR,CLSID\%ASIO_TTP7IID%\InProcServer32,,,"%11%\Asio88mt.dll"
  288. HKCR,CLSID\%ASIO_TTP7IID%\InProcServer32,ThreadingModel,,"Apartment"
  289.  
  290. [TTP7.ASIO.DelReg]
  291. ; FMB NOTE: no VxD driver available yet
  292.  
  293. ;-------------------------------------------------------------------------------
  294. ;    Sensaura Install
  295. ;-------------------------------------------------------------------------------
  296.  
  297. [Audio3D.AddReg]
  298. HKCR,Audio3D,,0,Audio3DObject
  299. HKCR,Audio3D\CLSID,,0,%Audio3D_CLSID%
  300. HKCR,CLSID\%Audio3D_CLSID%,,0,Audio3DObject
  301. HKCR,CLSID\%Audio3D_CLSID%\InProcServer32,,0,Audio3D.dll
  302. HKCR,CLSID\%Audio3D_CLSID%\InProcServer32,ThreadingModel,0,Apartment
  303.  
  304.  
  305. ;=============================================================================
  306. ; Copy/DelFiles
  307. ;=============================================================================
  308.  
  309. [EWS.SystemCopyList]
  310. dmx6fire.sys,,
  311. dmxsens.sys
  312.  
  313. [ASIO.CopyList]
  314. Asio88mt.dll
  315.  
  316.  
  317. [EWS_NTSYS.DelFiles]
  318. ice1712k.sys,,,1
  319.  
  320. [EWS_NTDLL.DelFiles]
  321. ews88con.dll,,,1
  322.  
  323. [EWS_VXD.DelFiles]
  324. ice.vxd,,,1
  325. ice_wod6.drv,,,1
  326. ice_wod5.drv,,,1
  327. ice_wod4.drv,,,1
  328. ice_wod3.drv,,,1
  329. ice_wod2.drv,,,1
  330. ice_wod1.drv,,,1
  331. ice_wod0.drv,,,1
  332. ice_comm.dll,,,1
  333. ice_mpu.drv,,,1
  334. ttewssys.drv,,,1
  335.  
  336. [EWS_ASIO.DelFiles]
  337. iceasio.dll,,,1
  338.  
  339.  
  340. [sensaura.CopyList]
  341. crlds3d.dll
  342.  
  343. [Audio3D.CopyList]
  344. a3d.dll,Audio3D.dll,,4
  345. Audio3D.dll
  346.  
  347.  
  348.  
  349.  
  350. [SourceDisksNames]
  351. 1=%DiskName%,,
  352.  
  353. [SourceDisksFiles]
  354. dmx6fire.sys=1
  355. Asio88Mt.dll=1
  356. Audio3D.dll=1
  357. CrlDs3D.dll=1
  358.  
  359. [guids.AddReg]
  360. HKLM,%MediaCategories%\%TTGuid.Front%,Name,,%TTNode.Front%
  361. HKLM,%MediaCategories%\%TTGuid.Front%,Display,1,00,00,00,00
  362. HKLM,%MediaCategories%\%TTGuid.Master%,Name,,%TTNode.Master%
  363. HKLM,%MediaCategories%\%TTGuid.Master%,Display,1,00,00,00,00
  364. HKLM,%MediaCategories%\%TTGuid.FrontVolume%,Name,,%TTNode.FrontVolume%
  365. HKLM,%MediaCategories%\%TTGuid.FrontVolume%,Display,1,00,00,00,00
  366. HKLM,%MediaCategories%\%TTGuid.FrontMute%,Name,,%TTNode.FrontMute%
  367. HKLM,%MediaCategories%\%TTGuid.FrontMute%,Display,1,00,00,00,00
  368. HKLM,%MediaCategories%\%TTGuid.Rear%,Name,,%TTNode.Rear%
  369. HKLM,%MediaCategories%\%TTGuid.Rear%,Display,1,00,00,00,00
  370. HKLM,%MediaCategories%\%TTGuid.RearVolume%,Name,,%TTNode.RearVolume%
  371. HKLM,%MediaCategories%\%TTGuid.RearVolume%,Display,1,00,00,00,00
  372. HKLM,%MediaCategories%\%TTGuid.RearMute%,Name,,%TTNode.RearMute%
  373. HKLM,%MediaCategories%\%TTGuid.RearMute%,Display,1,00,00,00,00
  374. HKLM,%MediaCategories%\%TTGuid.Center%,Name,,%TTNode.Center%
  375. HKLM,%MediaCategories%\%TTGuid.Center%,Display,1,00,00,00,00
  376. HKLM,%MediaCategories%\%TTGuid.CenterVolume%,Name,,%TTNode.CenterVolume%
  377. HKLM,%MediaCategories%\%TTGuid.CenterVolume%,Display,1,00,00,00,00
  378. HKLM,%MediaCategories%\%TTGuid.CenterMute%,Name,,%TTNode.CenterMute%
  379. HKLM,%MediaCategories%\%TTGuid.CenterMute%,Display,1,00,00,00,00
  380. HKLM,%MediaCategories%\%TTGuid.LFE%,Name,,%TTNode.LFE%
  381. HKLM,%MediaCategories%\%TTGuid.LFE%,Display,1,00,00,00,00
  382. HKLM,%MediaCategories%\%TTGuid.LFEVolume%,Name,,%TTNode.LFEVolume%
  383. HKLM,%MediaCategories%\%TTGuid.LFEVolume%,Display,1,00,00,00,00
  384. HKLM,%MediaCategories%\%TTGuid.LFEMute%,Name,,%TTNode.LFEMute%
  385. HKLM,%MediaCategories%\%TTGuid.LFEMute%,Display,1,00,00,00,00
  386.  
  387.  
  388. ;=============================================================================
  389. ;    STRINGS
  390. ;=============================================================================
  391. [Strings]
  392. ClassName="Sound, video and game controllers"
  393. Manufacturer="TerraTec "
  394. Provider="TerraTec "
  395. DiskName="TerraTec Driver CD"
  396.  
  397. DeviceNameEws88mt         = "AudioSystem EWS88 MT"
  398. DeviceName_TTP7           = "DMX 6fire 24/96"
  399. DeviceNameIce             = "Envy 24"
  400.                                                          
  401. wdmaud.SvcDesc = "WDM Audio Driver"
  402. swmidi.SvcDesc = "EWS88 WDM Midi"
  403. dmxfire.SvcDesc= "DMX6fire WDM Audio"
  404.  
  405. Proxy.CLSID        ="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  406. KSCATEGORY_AUDIO   ="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
  407. KSCATEGORY_RENDER  ="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
  408. KSCATEGORY_CAPTURE ="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  409. KSCATEGORY_TOPOLOGY="{DDA54A40-1E4C-11D1-A050-405705C10000}"
  410.  
  411. ;FMB TEST: ChkInf says the following strings must be fix="WAVE"
  412. ;KSNAME_Wave="WAVE"
  413. ;This forces the Systemout to be enumerated at first
  414. KSNAME_Wave="AveSYS"
  415. KSNAME_WaveMT_12="WaveMT_12"
  416. KSNAME_WaveMT_34="WaveMT_34"
  417. KSNAME_WaveMT_56="WaveMT_56"
  418. KSNAME_WaveMT_78="WaveMT_78"
  419. KSNAME_SPDIF    ="_0SPDIF"
  420. KSNAME_DMIX     ="_1DMIX"
  421. KSNAME_WaveMT_INTLVD="WaveMT_INTLVD"
  422. KSNAME_Midi1    ="Midi1"
  423. KSNAME_Midi2    ="Midi2"
  424. KSNAME_MWPC1    ="MWPC1"
  425. KSNAME_MWPC2    ="MWPC2"
  426. KSNAME_Topology ="Topology"
  427. KSNAME_TopoMT   ="TopoMT"
  428.  
  429.  
  430. ;----------------------------------------------------------
  431. ; Guids for Custom Names
  432. ;----------------------------------------------------------
  433. TTGuid.Master          ="{3C566B60-D997-11d3-943D-0040339FD9C2}"
  434. TTGuid.Front           ="{FEFB4813-D820-11d3-943D-0040339FD9C2}"
  435. TTGuid.FrontVolume     ="{38BFD810-A288-11d3-9426-0040339FD9C2}"
  436. TTGuid.FrontMute       ="{4534F060-A288-11d3-9426-0040339FD9C2}"
  437. TTGuid.Rear            ="{5CC77870-D821-11d3-943D-0040339FD9C2}"
  438. TTGuid.RearVolume      ="{4D7644B0-A288-11d3-9426-0040339FD9C2}"
  439. TTGuid.RearMute        ="{4D7644B1-A288-11d3-9426-0040339FD9C2}"
  440. TTGuid.SPDIF           ="{307E100f-9035-11d2-99D6-00600893863B}"
  441. TTGuid.SPDIFVolume     ="{32DA4E70-D997-11d3-943D-0040339FD9C2}"
  442. TTGuid.SPDIFMute       ="{32DA4E71-D997-11d3-943D-0040339FD9C2}"
  443. TTGuid.Center          ="{5E7C8DE3-8858-47c2-A01B-7F6B677AFB02}"
  444. TTGuid.CenterVolume    ="{3A513344-F8E9-449c-A648-B5F2C949870B}"
  445. TTGuid.CenterMute      ="{5CE856F8-ECA1-43af-815F-FA8F2FA99EBD}"
  446. TTGuid.LFE             ="{74A01E0D-61F7-4378-8BB7-C26D6CF14327}"
  447. TTGuid.LFEVolume       ="{9BB84574-E6C7-42a0-ABF6-F48819EAA190}"
  448. TTGuid.LFEMute         ="{FCDEFACB-5B85-40f7-9B23-9FA84D595326}"
  449.  
  450. ;----------------------------------------------------------
  451. ; Custom Names in Windows Mixer
  452. ;----------------------------------------------------------
  453.  
  454. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  455. TTNode.Master          ="Master"
  456. TTNode.Front           ="Front"
  457. TTNode.FrontVolume     ="Front Volume"
  458. TTNode.FrontMute       ="Front Mute"
  459. TTNode.Rear            ="Surround"
  460. TTNode.RearVolume      ="Surround Volume"
  461. TTNode.RearMute        ="Surround Mute"
  462. TTNode.Center          ="Center"
  463. TTNode.CenterVolume    ="Center Volume"
  464. TTNode.CenterMute      ="Center Mute"
  465. TTNode.LFE             ="LFE"
  466. TTNode.LFEVolume       ="LFE Volume"
  467. TTNode.LFEMute         ="LFE Mute"
  468.  
  469.  
  470.  
  471. ;----------------------------------------------------------
  472. ; ASIO
  473. ;----------------------------------------------------------
  474.  
  475. ;ASIO_EWS88IID       ="{D48916ED-526A-4546-B1E4-3DC8D3DA3E0F}"
  476. ;ASIO_EWS88IID_VXD   ="{6D184901-04CA-11d4-8398-0800096F616B}"
  477.  
  478.  
  479. ASIO_TTP7IID     ="{67E7BAEE-91AB-40e0-AFC7-82CBFC09ECE4}"
  480. ASIO_TTP7NAME    ="ASIO for DMX 6fire 24/96"
  481.  
  482. ;----------------------------------------------------------
  483. ; Sensaura
  484. ;----------------------------------------------------------
  485. Sensaura="Sensaura Ltd"
  486. Audio3D_CLSID="{D8F1EEE0-F634-11CF-8700-00A0245D918B}"
  487. DevName="Sensaura Audio3D(tm) API"
  488.  
  489.